home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today - The Disc! 5
/
CD-ROM Today - The Disc (Issue 5)(November 1994).ISO
/
mac
/
DHA demo
/
Don Norman Folder
/
The Library
/
The Library.rsrc
/
CSTR_2546_MenuSnapShotCSTR
< prev
next >
Wrap
Text File
|
1994-09-21
|
482b
|
12 lines
global xxOldMenus, xxNumOldMenus
put "" into xxOldMenus
put the number of menus into xxNumOldMenus
put the name of menu 3 into line (the number of lines in xxoldmenus) + 1 of xxoldMenus
repeat with x = 1 to the number of lines in xxoldMenus
put line x of xxoldmenus into themenu
if there is a menu themenu then
repeat with y = 1 to the number of menuitems in menu themenu
put the name of menuitem y of menu themenu into item y+1 of line x of xxoldMenus
end repeat
end if
end repeat